home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 March / Disc 1 / PCU030201.iso / ads / files / gaming.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-25  |  105 b   |  8 lines

  1. on(release){
  2.    unloadMovie("");
  3.    tellTarget("/computer")
  4.    {
  5.       gotoAndStop("end");
  6.    }
  7. }
  8.